Click or drag to resize

SyncItemsResponse Properties

The SyncItemsResponse type exposes the following members.

Properties
  NameDescription
Public propertyCreatedItems
Identifies a collection of items to create in the local client store.
Public propertyDeletedItems
Identifies a single item to delete in the local client store.
Public propertyDescriptiveLinkKey
Currently unused and is reserved for future use.
(Inherited from Response.)
Public propertyIncludesLastItemInRange
Indicates whether the last item to synchronize has been included in the response.
Public propertyMessage
Provides a text description of the status of the response.
(Inherited from Response.)
Public propertyReadFlagChangedItems
Identifies a collection of items when an item has been read.
Public propertyResponseClass
Represents the status of the response.
(Inherited from Response.)
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
(Inherited from Response.)
Public propertyServerVersionInfo
Represents the Microsoft Exchange Server version number.
(Inherited from Response.)
Public propertyState
This is used to identify the synchronization state. Contains a base64-encoded form of the synchronization data that is updated after each successful request.
Public propertyUpdatedItems
Identifies a collection of items to update in the local client store.
Public propertyXmlMessage
Provides additional error response information.
(Inherited from Response.)
Top
See Also